Local LLM on M5 Pro, open webUI issue (cont’d)
A MacBook M5 Max user reports that Open WebUI's native mode fails to retrieve from knowledge bases with a 'str' object has no attribute 'items' error, while legacy mode works. The user, running a self…
A MacBook M5 Max user reports that Open WebUI's native mode fails to retrieve from knowledge bases with a 'str' object has no attribute 'items' error, while legacy mode works. The user, running a self…
A developer published a guide for running self-hosted large language models locally using Docker Compose with Ollama and Open WebUI, enabling a private ChatGPT-like experience without sending data to …
Solo developer released Kivarro, an open-source local inference workbench for running AI models on personal hardware, built on Rust and Tauri and targeting GGUF models. The creator posted it to r/Loca…
A new analysis of retrieval-augmented generation (RAG) systems argues that the optimal retrieval depth k* should be calibrated per pipeline stage and reliability axis, not guessed as a single hyperpar…
A non-programmer named Tim is setting up a local LLM on a MacBook M5 Max with 128GB unified memory, using Docker Desktop with Model Runner, Open WebUI, and models like Gemma 4 and Qwen3 30B-A3B-Q4_k_m…
A developer rebuilt a home server using an AMD Ryzen 7 8700G APU with 96 GB of DDR5 to run local LLM inference alongside NAS and VM workloads. The Radeon 780M iGPU achieves 13-15 tok/s on gemma4 and 9…
Llmaker, an open-source platform for self-hosting a complete LLM stack including models, vector databases, embeddings, caching, observability, and an agent layer, launched on Hacker News. The platform…
A developer upgraded a TrueNAS NAS with an AMD Ryzen 7 8700G APU and 96 GB DDR5 for local LLM inference, achieving 13-15 tok/s on gemma4, after rejecting pricier options like NVIDIA DGX Spark and Mac …
Users discuss integrating Kagi Search API with Open WebUI for AI model web searches, praising its $12 for 1,000 searches with no expiry. Alternatives like YaCy and Brave Search are mentioned, with som…
A developer built Robot, a local AI deck music assistant on a Mac mini that uses Open WebUI, Ollama, Flask, AppleScript, Airfoil, Chrome, and Apple Shortcuts to control outdoor speakers and play YouTu…
A developer built an adapter that converts LangGraph agent event streams into OpenAI-compatible Server-Sent Events, enabling tools like Open WebUI to display a 'thinking' panel showing the agent's too…
A developer built a production-ready LangGraph ReAct agent that exposes an OpenAI-compatible API, supports multi-model switching via a gateway, and includes one-line tracing with Langfuse. The deploym…
A developer is building 'doll', an open-source personal AI continuity system designed to preserve user state independently of models, providers, or applications. The system aims to ensure that persona…
A developer recommends seven GitHub repositories essential for building AI systems, including LangChain for LLM applications, LangGraph for workflows, CrewAI for multi-agent architectures, LlamaIndex …
Seven open-source AI projects—Ollama, Open WebUI, Browser Use, vLLM, Unsloth, CrewAI, and Continue—are reshaping production software development in June 2026. Ollama, with 174,000+ GitHub stars, now o…
Local AI servers fail to answer company-specific questions because they lack access to business data. RAG (Retrieval Augmented Generation) and MCP (Model Context Protocol) solve this by giving AI perm…
Jordan Fulghum built a private ChatGPT for his family using a ZimaBoard 2 with an external RTX 5060 Ti GPU, running Open WebUI and a local LLM. The system grounds answers in a family vault of document…
Open WebUI now supports the Model Context Protocol (MCP), enabling local AI assistants to use external tools like web search, file access, and code execution. Developers can set up a Docker-based envi…
Light-Heart Labs released Dream Server v2.5.2, an open-source tool that turns any PC, Mac, or Linux machine into a private AI server with local model inference, a ChatGPT-style web UI, and automation …
A developer built a private AI system called NEXUS on a regular Windows laptop with an aging i7 processor, 16GB RAM, and no GPU. The system uses open-source tools including Ollama, Open WebUI, Qdrant,…